home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / Open Kart / data1.cab / Level_0_English_Data / menu_carriere_piece.txt < prev    next >
Encoding:
Text File  |  2001-05-10  |  5.7 KB  |  352 lines

  1. ;//****************** CARRIERE PIECES (C6) *******************
  2. new Container
  3. {
  4.  
  5.     name "container_carriere_piece"    
  6.     z 1
  7.  
  8.     background "data/menus/i_bg_carriere_640_0.nif"
  9.  
  10.  
  11.     on_idle ActionIdleManager
  12.     {
  13.         ;eMENU_PARTS_MANAGMENT
  14.         current_menu 1020
  15.     }        
  16.     
  17.     
  18.     new Button
  19.     {
  20.         x 0.35
  21.         y 0.805
  22.         z 0.8
  23.         size_x 0.45
  24.         size_y 0.125
  25.         state_normal ActionAnimableImage
  26.         {
  27.             list ("data/menus/i_ovale_bleu.nif")
  28.         }
  29.     }
  30.     
  31.     new MenuButton
  32.     {
  33.         name "Installer"
  34.  
  35.         x 0.845
  36.         y 0.52
  37.         text " "
  38.  
  39.         state_manager "7003"
  40.     }    
  41.     new MenuButton
  42.     {
  43.         name "Vendre"
  44.  
  45.         x 0.845
  46.         y 0.32
  47.         text "Sell"
  48.  
  49.         state_manager "7004"
  50.     }    
  51.     new MenuButton
  52.     {
  53.         name "Reparer"
  54.  
  55.         x 0.845
  56.         y 0.42
  57.         text "Repair"
  58.  
  59.         state_manager "7005"
  60.     }    
  61.     new Button
  62.     {
  63.         name "mesh"
  64.         x 0.815
  65.         y 0.615
  66.         z 0.9
  67.         size_x 0.175
  68.         size_y 0.23
  69.  
  70.         state_normal ActionAnimableImage
  71.         {
  72.             list ("data/menus/i_grand_ovale.nif")
  73.         }
  74.  
  75.         on_idle ActionRotate3DObject
  76.         {
  77.             x 111.0
  78.             y 47.0
  79.             z 250.0
  80.             tick 0.1.1
  81.             angle 1.5708
  82.             scale 1.5
  83.             tilt_amplitude 0.1
  84.             tilt_speed 0
  85.  
  86.             axis_rotation 2
  87.         }
  88.     }
  89. ;    new Button
  90. ;    {
  91. ;        ;// Image de Check
  92. ;        x 0.67
  93. ;        y 0.67
  94. ;        z 0
  95. ;        size_x 0.034
  96. ;        size_y 0.05
  97. ;        
  98. ;        state_normal ActionAnimableImage
  99. ;        {
  100. ;            list ("data/menus/i_coche_oui.nif")
  101. ;        }
  102. ;    }
  103.  
  104.     new FastFont
  105.     {
  106.         ;// Title header
  107.         x 0.37
  108.         y 0.76
  109.         ratio 0.2
  110.         text " Description|State|Repair Cost"
  111.         multi_column (0.2,0.08,0.08)
  112.     }    
  113.  
  114.     new FastFont 
  115.     {
  116.         ;//Piece selectionnee
  117.         x 0.18
  118.         y 0.71
  119.         ratio 0.25
  120.         text "Installed Part :"
  121.     }
  122.  
  123.     new List
  124.     {
  125.         name "piece_selectionnee_liste"
  126.         x 0.35
  127.         y 0.67
  128.         z 0.9
  129.         size_x 0.45
  130.         size_y 0.07
  131.         background "data/menus/i_carre_listbox2.nif"
  132.         multi_column (0.2,0.08,0.08)
  133.  
  134.         selection_type 0
  135.         display_type 1 
  136.     }    
  137.  
  138.  
  139. ;    new FastFont 
  140. ;    {
  141. ;        ;//Ecrire "cout de" pour co√t de reparation
  142. ;        x 0.4
  143. ;        y 0.68
  144. ;        ratio 0.2
  145. ;        text "||Co√t de"
  146. ;        multi_column (0.2,0.08,0.08)
  147. ;    }
  148.  
  149. ;    new FastFont
  150. ;    {
  151. ;        ;// Title header
  152. ;        x 0.395
  153. ;        y 0.655
  154. ;        ratio 0.2
  155. ;        text " Description|State|Repair Cost"
  156. ;        multi_column (0.2,0.08,0.08)
  157. ;    }    
  158.  
  159.     new FastFont 
  160.     {
  161.         ;//Inventaire
  162.         x 0.18
  163.         y 0.6
  164.         ratio 0.25
  165.         text "Inventory :"
  166.     }
  167.  
  168.     new List
  169.     {
  170.         name "career_pieces_list"
  171.         x 0.35
  172.         y 0.4
  173.         z 0.9
  174.         size_x 0.45
  175.         size_y 0.25
  176.         background "data/menus/i_carre_listbox.nif"
  177.         multi_column (0.2,0.08,0.08)
  178.  
  179.         ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
  180.         ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
  181.         SliderFile "data/menus/i_progress_bouton.nif"
  182.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  183.         ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
  184.         ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
  185.  
  186.         selection_type 0
  187.         display_type 1 
  188.     }    
  189.  
  190.  
  191.     new MenuButton
  192.     {
  193.         name "titre_fenetre_carriere_piece"
  194.         x 0.749
  195.         y 0.85
  196.         size_x 0.25
  197.         size_y 0.163
  198.         text "Career"
  199.         text_size 0.45
  200.         text_initial_color <0,0.66,1,1>
  201.         normal_image "data/menus/i_titre_bouton.nif"
  202.         highlight_image ""
  203.     }
  204.     new MenuButton
  205.     {
  206.         ;// Championnat
  207.         name "Championnat"
  208.         x 0.012
  209.         y 0.85
  210.         text "Championship"
  211.         text_size 0.21
  212.         change_script "menu_carriere.txt"
  213.         change_container "container_carriere_championnat"
  214.         change_nofade "true"
  215.     }
  216.     new MenuButton
  217.     {
  218.         ;// Courses amateur
  219.         name "Amateurs"
  220.         x 0.004
  221.         y 0.75
  222.         text "Amateur"
  223.         text2 "Races"
  224.         change_script "menu_carriere_course_amateur.txt"
  225.         change_container "container_carriere_course_amateur"
  226.         change_nofade "true"
  227.     }
  228.     new MenuButton
  229.     {
  230.         ;// Pieces
  231.         x 0.005
  232.         y 0.65
  233.         text "Parts"
  234.         text_initial_color <0,0.66,1,1>
  235.         highlight_image ""
  236.     }
  237.     new MenuButton
  238.     {
  239.         ;// Ajustement
  240.         x 0.015
  241.         y 0.55
  242.         text "Adjustments"
  243.         change_script "menu_carriere_ajustement_magasin.txt"
  244.         change_container "container_carriere_ajustement"
  245.         change_nofade "true"
  246.     }
  247.     new MenuButton
  248.     {
  249.         ;// Magasin
  250.         x 0.038
  251.         y 0.45
  252.         text "The Store"
  253.         change_script "menu_carriere_magasin.txt"
  254.         change_container "container_carriere_magasin"
  255.         change_nofade "true"
  256.     }
  257.     new MenuButton
  258.     {
  259.         ;// Classements
  260.         x 0.07
  261.         y 0.35
  262.         text "Ranking"
  263.         change_script "menu_carriere_classement.txt"
  264.         change_container "container_carriere_classement_general"
  265.         change_nofade "true"
  266.     }
  267.     new MenuButton
  268.     {
  269.         ;// Commanditaires
  270.         x 0.12
  271.         y 0.25
  272.         text "Sponsors"
  273.         change_script "menu_carriere_commanditaire.txt"
  274.         change_container "container_carriere_commanditaire"
  275.         change_nofade "true"
  276.     }
  277.     new MenuButton
  278.     {
  279.         ;// Ovale de l'argent
  280.         name "carriere_pieces_montant_argent"
  281.         x 0.37
  282.         y 0.06
  283.         text "$10,000"
  284.         text_size 0.3
  285.         text_initial_color <1,1,1,1>
  286.         text_over_color <1,1,1,1>
  287.         normal_image "data/menus/i_bouton.nif"
  288.         highlight_image ""
  289.     }
  290.     new MenuButton
  291.     {
  292.         ;// Sauver/charger
  293.         x 0.862
  294.         y 0.15
  295.         text "Save/"
  296.         text2 "Load"
  297.         change_script "menu_principal.txt"
  298.         change_container "container_general_sauver_charger"
  299.     }
  300.     new MenuButton
  301.     {
  302.         ;// Retour
  303.         x 0.74
  304.         y 0.07
  305.         text "Main"
  306.         text2 "Menu"
  307.  
  308.         ;eCHAMPIONSHIP_CONFIRM_RETURN
  309.         state_manager "1200"
  310.     }
  311.  
  312.     ;;;Changement d'ecran de selection;;;
  313.     ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  314.     new FastFont
  315.     {
  316.         x 0.575
  317.         y 0.8425
  318.         name "dest"
  319.  
  320.         ratio 0.4
  321.         text "dest"
  322.         initial_color <1,1,0,1>
  323.         auto_center 1
  324.     }
  325.     new MenuButton
  326.     {
  327.         ;// LEFT
  328.         x 0.40
  329.         y 0.83
  330.         size_x 0.074
  331.         size_y 0.074
  332.         normal_image "data/menus/i_triangle_orange.nif"
  333.         highlight_image "data/menus/i_triangle_bleu.nif"
  334.         
  335.         state_manager "5000"
  336.     }
  337.     new MenuButton
  338.     {
  339.         ;// RIGHT
  340.         x 0.6725
  341.         y 0.83
  342.         size_x 0.074
  343.         size_y 0.074
  344.         normal_image "data/menus/i_triangle_orange_flip.nif"
  345.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  346.         
  347.         state_manager "5001"
  348.     }
  349. }
  350.  
  351.  
  352.